home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
FPSE_src
/
system
/
amiga
/
rs232.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-01
|
192 b
|
18 lines
#include "fpse.h"
int RS232_Init(SIO_Type *sio)
{
return FPSE_OK;
}
void RS232_Close(SIO_Type *sio)
{
}
void RS232_WriteData(SIO_Type *sio)
{
}
void RS232_UpdateStatus(SIO_Type *sio)
{
}